projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe3219
)
(truncate-string-to-width): Doc typo fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Sep 1997 18:18:39 +0000
(18:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Sep 1997 18:18:39 +0000
(18:18 +0000)
lisp/international/mule-util.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-util.el
b/lisp/international/mule-util.el
index fb5cc61eeebca4dc2b2ac48572ec39ff79185507..6820407135b75fcf9ebea62fc708ad7e4ccef5cb 100644
(file)
--- a/
lisp/international/mule-util.el
+++ b/
lisp/international/mule-util.el
@@
-83,7
+83,7
@@
The optional 3rd arg PADDING, if non-nil, specifies a padding character
to add at the end of the result if STR doesn't reach column END-COLUMN,
or if END-COLUMN comes in the middle of a character in STR.
PADDING is also added at the beginning of the result
-if column START-COLUMN appears in the middle
fo
a character in STR.
+if column START-COLUMN appears in the middle
of
a character in STR.
If PADDING is nil, no padding is added in these cases, so
the resulting string may be narrower than END-COLUMN."